home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _88A152C90B9741F381EF472DBEE42087 < prev    next >
Encoding:
Text File  |  2004-03-17  |  529 b   |  31 lines

  1.  
  2. shader()
  3. {
  4.     cull("none")
  5.     sortweight("translucent14")
  6.     Shaderquality(0)
  7.     stream("color", 0)
  8.  
  9.     pass()
  10.     {
  11.         tmu()
  12.         {
  13.             texture()
  14.             {
  15.                   Mapchannel(0)
  16.                 image(TEXTURE1)
  17.                 addressfunc("clamp", "clamp", "clamp")
  18.             }
  19.  
  20.             colorop("mul", "texture", "diffuse_a", "current")
  21.         }
  22.  
  23.         blendfunc("one", "one")
  24.         depthfunc("lequal", 0)
  25.         BlackFog()
  26.         depthbias(%zbias, %zsbias)
  27.     }
  28. }
  29.  
  30.  
  31.